From a7ec4817cb32f00bb5d0f3bf592d354c9302abdb Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 1 Feb 2026 10:59:08 +0100 Subject: [PATCH] _ar_scripts_with_tilde Gbp-Pq: Name 157_ar_scripts_with_tilde.patch --- binutils/arlex.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils/arlex.l b/binutils/arlex.l index 1005aabfc..b6f068bc7 100644 --- a/binutils/arlex.l +++ b/binutils/arlex.l @@ -78,7 +78,7 @@ int linenumber; "(" { return '('; } ")" { return ')'; } "," { return ','; } -[A-Za-z0-9/\\$:.\-\_\+]+ { +[A-Za-z0-9/\\$:.\-\_\+~]+ { yylval.name = xstrdup (yytext); return FILENAME; } -- 2.30.2